github.com/andybalholm/brotli/matchfinder.matchEmitter.emit (method)

15 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		emitter.go#L27: func (e *matchEmitter) emit(m absoluteMatch) {
		m4.go#L121: 					e.emit(matches[1])
		m4.go#L124: 			e.emit(matches[0])
		m4.go#L224: 			e.emit(matches[2])
		m4.go#L256: 				e.emit(matches[2])
		m4.go#L268: 			e.emit(matches[1])
		m4.go#L272: 		e.emit(matches[0])
		trio.go#L262: 				e.emit(matches[2])
		trio.go#L275: 					e.emit(matches[2])
		trio.go#L299: 				e.emit(matches[1])
		trio.go#L302: 		e.emit(matches[0])
		zm.go#L240: 				e.emit(matches[2])
		zm.go#L253: 					e.emit(matches[2])
		zm.go#L278: 				e.emit(matches[1])
		zm.go#L281: 		e.emit(matches[0])